Position actuelle: Accueil> Catégories de fonctions> tanh

tanh

Tangente hyperbolique
Nom:tanh
Catégorie:mathématiques
Langage de programmation:php
Description en une ligne:Tangent hyperbolique.

Définition et utilisation

tanh() renvoie une tangente hyperbolique.

Exemple

Dans cet exemple, nous retournerons une tangente hyperbolique pour différents nombres:

 <? Php
echo ( tanh ( m_pi_4 ) ) ;
echo ( tanh ( 0,50 ) ) ;
echo ( tanh ( - 0,50 ) ) ;
echo ( tanh ( 5 ) ) ;
Echo ( Tanh ( 10 ) ) ;
echo ( tanh ( - 5 ) ) ;
echo ( tanh ( - 10 ) )
?>

Essayez-le vous-même

grammaire

 Tanh ( x )
paramètre décrire
x Requis. Un nombre.

illustrer

Renvoie la valeur tangente hyperbolique de x , définie comme Sinh (arg) / cosh (arg).

Fonctions similaires
Articles populaires